From d23bbd896b1d4207c928b98a8facc90b9d2d508a Mon Sep 17 00:00:00 2001 From: Jyn <85330965+janeblower@users.noreply.github.com> Date: Mon, 14 Apr 2025 14:43:13 +0700 Subject: [PATCH] luci-theme-openwrt-2020: zone-forwards wrap Signed-off-by: Jyn --- .../htdocs/luci-static/openwrt2020/cascade.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css index 8ea871b498..7a28070461 100644 --- a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css +++ b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css @@ -779,6 +779,11 @@ p > a { .zone-forwards { display: flex; align-items: center; + flex-wrap: nowrap; +} + +.zone-forwards > * { + text-wrap: auto; } .cbi-progressbar { -- 2.30.2